CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - KNN 分类

搜索资源列表

  1. knn-vc

    0下载:
  2. 使用vc编写的knn分类程序,使分类比较方便-vc knn classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:374265
    • 提供者:知惜
  1. knn

    0下载:
  2. KNN算法!Knn分类算法代码详解,有注释!-The KNN method!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1418
    • 提供者:Ray
  1. KNN

    0下载:
  2. Visual Studio windows forms项目实现的KNN分类算法-KNN classification algorithm implemented by Visual Studio, the windows forms project
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3975059
    • 提供者:
  1. knn

    0下载:
  2. knn分类器,能进行包括从网页下载、提取网页文本、文本分词、构建vsm、到knn分类的所有功能。开发语言为C++。-The knn classifier can download, extract from the web page text, the text word build vsm, knn classification.
  3. 所属分类:搜索引擎

    • 发布日期:2013-04-12
    • 文件大小:17848369
    • 提供者:张博
  1. knn

    0下载:
  2. KNN分类程序,对人脸识别等图像处理有些许帮助和人脸数据图像-The KNN classification procedures, face recognition and image processing image of some help and face data
  3. 所属分类:Graph program

    • 发布日期:2017-11-30
    • 文件大小:3990425
    • 提供者:刘换
  1. KNN

    0下载:
  2. KNN分类是一种方法简单,使用性强的分类方法。在处理图形中,能够得到很好的分类效果。-KNN classification is a simple method, the use of strong classification. In dealing with graphics, it is possible to get a good classification results.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:78284
    • 提供者:wangxuejun
  1. KNN-Face-Recognition

    3下载:
  2. KNN分类算法实现人脸识别,数据集为ORL。训练样本分别为2、4、6,其余为测试样本。-KNN classification algorithm for face recognition, the data set for the ORL. 2,4,6 training samples respectively, the rest of the test samples.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-27
    • 文件大小:9699529
    • 提供者:朱德祥
  1. KNN

    0下载:
  2. 这个程序实现的是knn分类器,用的实例是来人脸识别,来检测分类器的有效性-This program is knn classifier instance is to use face recognition to detect the validity of the classifier
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1659
    • 提供者:李默科
  1. kNN

    0下载:
  2. kNN分类算法——将没有分类标签的数据与样本集合中所有的数据一一进行距离计算, 然后提取最相似的K个数据,这个K个数据中分类标签出现最多的分类就是新数据的分类标签。 优点:简单有效,缺点:耗费存储空间,非常耗时,无法给出任何数据的结构信息。 这个程序是采用python缩写,注释比较多,自己加的-kNN classification algorithm: no data and sample collection of all data classification labels on
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:2360
    • 提供者:iihaozl
  1. KNN

    1下载:
  2. 可以用于图像分割的KNN分类器,简单好用!-knn classification
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:928
    • 提供者:于婷
  1. KNN

    0下载:
  2. 基于欧式距离的KNN分类方法,本代码只适用于将数据分为三类。类数更多或更少需要简单的调整。-KNN classification method based on Euclidean distance
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:920
    • 提供者:晓L
  1. kNN

    0下载:
  2. 这是一个Knn分类算法的Python实现,Matlab中有类似的函数-knn classifer
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:576
    • 提供者:viomag
  1. kNN

    0下载:
  2. 利用Python语言来实现KNN分类,并且实现了交叉验证。-Python language to use KNN classification, and to achieve a cross-validation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:14211
    • 提供者:珊儿
  1. knn

    0下载:
  2. 数据挖掘,KNN分类算法源代码,附带源程序,以及实验报告结果分析-data mining,K-Nearest-Neughbor,source code
  3. 所属分类:Data Mining

    • 发布日期:2017-04-28
    • 文件大小:380659
    • 提供者:RENWEIJIE
  1. KNN

    0下载:
  2. 做了KNN分类算法的C++实现,希望感兴趣的下载-We do C++ KNN classification algorithm, and the hope of interest to download
  3. 所属分类:Data Mining

    • 发布日期:2017-05-16
    • 文件大小:3969473
    • 提供者:Yusingh
  1. knn

    0下载:
  2. KNN分类器的MATLAB代码,速度快效果好,适合初学者使用。-KNN search without using any gancy data structure, such as kd-tree. However, it is the fastest knn matlab implementation I ever found.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-13
    • 文件大小:1973
    • 提供者:赵子龙
  1. knn

    0下载:
  2. matlab实现Knn分类,比较简单实用 可以直接验证 -matlab achieve Knn classification, relatively simple and practical direct verification
  3. 所属分类:File Formats

    • 发布日期:2017-04-13
    • 文件大小:1892
    • 提供者:李是
  1. Ensemble-kNN

    0下载:
  2. 此PDF为英文文章,介绍了新的步态识别算法,即对行人足底的压力来进行步态识别,并采用集成KNN分类器来提高识别率,有一定的借鉴意义。-This PDF for the English article, introduced a new gait recognition algorithm, that is, the pressure on the pedestrian foot to carry out gait recognition, and the use of integrated KN
  3. 所属分类:Project Design

    • 发布日期:2017-05-03
    • 文件大小:632606
    • 提供者:pudn
  1. KNN

    0下载:
  2. 实现一个knn 分类器。 使用欧氏距离作为度量距离 使用’my_order.m’函数脚本获得某个点最近的K 个邻居 使用’my_classify.m’函数脚本获得点的类型。 给定参数k,就可以调用这两个函数完成knn 分类器功能。 -Achieve a knn classifier. Using Euclidean distance as a measure of distance using the my_order.m function scr ipt to ge
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:12841
    • 提供者:Tony Shao
  1. knn

    0下载:
  2. 用java实现knn分类算法,实现对所需数据的分类。-Using java to achieve knn classification algorithm to achieve the desired data classification.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-30
    • 文件大小:18223
    • 提供者:李闯
« 1 2 3 4 56 7 8 9 10 ... 21 »
搜珍网 www.dssz.com